Port to Ubuntu 10.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 23:22:43 +0000 (16:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 23:22:43 +0000 (16:22 -0700)
commit32168f79b8edfea5e6a3290f46169106667130a3
treedae9afb92e254ee5004c988198819c061ab4958a
parent1b73c2115ba8876aee9b3579626b242b5458a73b
Port to Ubuntu 10.

Problem reported by T.V. Raman.
* configure.ac (accept4): New function to check for.
* src/process.c (close_on_exec, accept4, process_socket):
Define these if !HAVE_ACCEPT4, not if !SOCK_CLOEXEC.
ChangeLog
configure.ac
src/ChangeLog
src/process.c